Rename libarchive write API to "export", matching command line
authorColin Walters <walters@verbum.org>
Thu, 18 Feb 2016 16:25:57 +0000 (11:25 -0500)
committerColin Walters <walters@verbum.org>
Fri, 19 Feb 2016 13:54:04 +0000 (08:54 -0500)
commitb08b1abccdb6f8614750b31f2e3dc572e7b7bc8a
tree88d410583ae68f39c1fe7879d86acba27a7ed132
parent707c14aeebd738c668572f0362cfcfbd94ac4f49
Rename libarchive write API to "export", matching command line

I was going to add new API for importing, and it was really confusing
that what I think of now as import and export both had "write" in the
name.  It's just clearer to talk about the direction.

At the same time, include `Export` in the options structure.

This isn't an ABI break as the API isn't in a release.
src/libostree/ostree-repo-libarchive.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-export.c